Logout Single Session
POST /api/v1/device-trackers/logout/single/{sessionId}
Description
Logout a single session based on the session ID.
Path Parameters
| Name | Type | Description |
|---|---|---|
sessionId | string | The session ID (path parameter) |
Example
POST /api/v1/device-trackers/logout/single/{sessionId}
Response Code: 201
Description
No specific links.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v1/device-trackers/logout/single/{sessionId} \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!